home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / m2 / Turbo_1.lha / modula / README < prev    next >
Text File  |  1995-01-23  |  3KB  |  83 lines

  1. ================================================================================
  2.  
  3.                         Turbo Modula-2 V1.40 (26/Jan/95)
  4.  
  5.     Turbo Modula-2 (c) Copyright 1994/1995 by Amritpal Mann, All Rights Reserved
  6.  
  7.                         Email: turbo@econet.demon.co.uk
  8.  
  9. ================================================================================
  10.  
  11. This is an update to V1.3, and contains bug fixes and some new features
  12. (see docs/whatsnew.doc).
  13.  
  14. There is a mailing list for the compiler, see docs/maillist.doc
  15.  
  16. A debugger is under development, a very simple prototype was done before
  17. christmas, and it worked very well. However I have not done any work on it
  18. since xmas because I've been very busy. When it does get finished it may be
  19. released as shareware.
  20.  
  21. The second part of the distribution: the dice archive, has not be changed since
  22. since the V1.3, so no need to download it! You can use you old modula/dice
  23. directory (if you havent already deleted it :( ).Ive been looking around for
  24. the latest version of freeware dice, and may update the supplied dice
  25. distribution if i can find a newer version. If you are still using 1.1 then
  26. make sure you download the second archive because it was updated during
  27. the 1.1->1.2->1.3 updates.
  28.  
  29. --------------------------------------------------------------------------------
  30.  
  31. Turbo Modula-2 is not public domain, all files (except the DICE archive)
  32. are (C) 1994 by Amritpal Mann. The system may only be distributed unmodified
  33. and without profit.
  34.  
  35. The compiler is of commercial quality: its fast, generates small & fast code,
  36. doesn't eat too much memory and the error reports are normally very accurate
  37. and clear.
  38.  
  39. This is the only freeware implementation of Modula-2 for the amiga that I am
  40. a aware of (theres one on Fish 23, buts its not serious).
  41.  
  42. Turbo should run on any Amiga computer (1.5M+Hard-Disk recommended).
  43. If you dont already have Matt Dillon's DICE system installed on your hard-disk
  44. then the first thing to do is to extract the DICE archive (dice/dice.lha) using
  45. the dice/m2extract script.
  46.  
  47. >cd dice
  48. >execute m2extract
  49.  
  50. To install type:
  51.  
  52. >assign MODULA: <dir> ; <dir> = directory where you unarchived Turbo
  53. >execute MODULA:s/startup ; assuming you're using the supplied version of dice
  54.  
  55. If youre not using the supplied version of dice then you should modify
  56. the s/startup script.
  57.  
  58. If you have any problems, feel free to Email.
  59.  
  60. To compile & link a program:
  61.  
  62. >m2b Module.mod
  63.  
  64. Note that some Amigas (mainly some A3000/A4000) cannot use the compiler
  65. pointer checking option ('-p'). If you get bogus 'ILLEGAL POINTER' requesters
  66. while running any of your (or my example) programs then you should replace
  67. the '-p' in the MODULA:M2OPTS file with '-P' and then recompile.
  68. If you still get spurious errors then remove the flag completely.
  69.  
  70. You are advised to read all the files in docs/ before using any of the programs.
  71.  
  72. If you dont have access to Email then you can to write me:
  73.  
  74.   Amrit Mann
  75.   1 Blossom Way
  76.   West Drayton
  77.   Middlesex UB7-9HF
  78.   England (UK).
  79.  
  80.             -- Enjoy...
  81.  
  82.  
  83.